home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / pssnap / next / pssnap.nib / data.classes next >
Text File  |  1992-10-06  |  235b  |  20 lines

  1. PSSnapshot = {
  2.     ACTIONS = {
  3.     save:;
  4.     saveas:;
  5.     appDidInit:;
  6.     };
  7.     OUTLETS = {
  8.     filename;
  9.     UseColor;
  10.     DrawFaces;
  11.     DrawEdges;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20.